From 30491237c8dde7ab306e84433c95b68fabaffe85 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 9 Jul 2010 21:19:58 +0000 Subject: [PATCH] This can be protected now since we redid installSteps hooks --- includes/installer/Installer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 290b579cee..510b8c621e 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -124,9 +124,8 @@ abstract class Installer { /** * Steps for installation. - * @TODO Should be protected... */ - var $installSteps = array( + protected $installSteps = array( 'database', 'tables', 'interwiki', -- 2.20.1